home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRBDEPARAMSFORM / TFRBDEPARAMSFORM.txt
Text File  |  2004-10-21  |  3KB  |  133 lines

  1. object frBDEParamsForm: TfrBDEParamsForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'frBDEParamsForm'
  7.   ClientHeight = 165
  8.   ClientWidth = 405
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 4
  22.     Top = 4
  23.     Width = 397
  24.     Height = 125
  25.     Caption = 'Parameters'
  26.     TabOrder = 0
  27.     object Label2: TLabel
  28.       Tag = 1001
  29.       Left = 148
  30.       Top = 36
  31.       Width = 46
  32.       Height = 13
  33.       Caption = '&Data type'
  34.       FocusControl = TypeCB
  35.     end
  36.     object Label1: TLabel
  37.       Left = 8
  38.       Top = 16
  39.       Width = 28
  40.       Height = 13
  41.       Caption = '&Name'
  42.       FocusControl = ParamsLB
  43.     end
  44.     object ParamsLB: TListBox
  45.       Left = 8
  46.       Top = 32
  47.       Width = 129
  48.       Height = 85
  49.       HelpContext = 55
  50.       ItemHeight = 13
  51.       TabOrder = 0
  52.       OnClick = ParamsLBClick
  53.     end
  54.     object TypeCB: TComboBox
  55.       Tag = 1004
  56.       Left = 236
  57.       Top = 32
  58.       Width = 153
  59.       Height = 21
  60.       HelpContext = 138
  61.       Style = csDropDownList
  62.       ItemHeight = 13
  63.       TabOrder = 1
  64.       OnChange = TypeCBChange
  65.     end
  66.     object ValueRB: TRadioButton
  67.       Left = 148
  68.       Top = 66
  69.       Width = 85
  70.       Height = 17
  71.       HelpContext = 157
  72.       Caption = '&Value:'
  73.       Checked = True
  74.       TabOrder = 2
  75.       TabStop = True
  76.       OnClick = ValueRBClick
  77.     end
  78.     object AssignRB: TRadioButton
  79.       Left = 148
  80.       Top = 88
  81.       Width = 241
  82.       Height = 17
  83.       HelpContext = 175
  84.       Caption = 'Assign value from &master dataset'
  85.       TabOrder = 3
  86.       OnClick = AssignRBClick
  87.     end
  88.     object ValueE: TfrComboEdit
  89.       Tag = 1005
  90.       Left = 236
  91.       Top = 64
  92.       Width = 153
  93.       Height = 21
  94.       HelpContext = 147
  95.       Style = csSimple
  96.       ItemHeight = 13
  97.       TabOrder = 4
  98.       OnExit = ValueEExit
  99.       Glyph.Data = {
  100.         D6000000424DD60000000000000076000000280000000C0000000C0000000100
  101.         0400000000006000000000000000000000000000000000000000000000000000
  102.         80000080000000808000800000008000800080800000C0C0C000808080000000
  103.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  104.         0000770777777777000077087007007700007780778007770000778087700077
  105.         0000777087007807000077780777777700007700000777770000777708777777
  106.         0000777700780777000077777000777700007777777777770000}
  107.       OnButtonClick = VarSBClick
  108.     end
  109.   end
  110.   object Button1: TButton
  111.     Left = 246
  112.     Top = 136
  113.     Width = 75
  114.     Height = 25
  115.     HelpContext = 40
  116.     Caption = 'OK'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 1
  120.   end
  121.   object Button2: TButton
  122.     Left = 326
  123.     Top = 136
  124.     Width = 75
  125.     Height = 25
  126.     HelpContext = 50
  127.     Cancel = True
  128.     Caption = 'Cancel'
  129.     ModalResult = 2
  130.     TabOrder = 2
  131.   end
  132. end
  133.